home *** CD-ROM | disk | FTP | other *** search
/ Cigar Companion Interactive / Cigar Companion Interactive.iso / pc / dial.dxr / 00003.ls < prev    next >
Encoding:
Text File  |  1997-08-26  |  254 b   |  12 lines

  1. on mouseDown
  2.   set doIt to buttonItMIaW()
  3.   if doIt <> 0 then
  4.     set myresult to word 1 of doIt
  5.     tell the stage
  6.       resetDial(myresult)
  7.     end tell
  8.     set the modal of window "DialMenuWindow" to 0
  9.     forget(window "DialMenuWindow")
  10.   end if
  11. end
  12.